body { 
	padding: 0;
	margin: 0;
	background: #FFF;
	font-family: 'PT Sans Narrow', sans-serif;
}
body a,.w3l-slider-img,.w3ls-info-about,.navbar-toggle {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration: none;
}
body a:hover {
	text-decoration: none;
}

body a:focus, a:hover {
	text-decoration: none;
	outline:none;
}
input[type="button"], input[type="submit"], button.btn {
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: 'Merriweather Sans', sans-serif;
}
ul {
	margin: 0;
	padding: 0;
}
label {
	margin: 0;
}
.text-center {
	text-align: center;
}
/*-- //Reset-Code --*/
p {
	margin: 0;
	line-height: 2;
	font-size: 1em;
	color:#888;
}
/*-- header styling starts here --*/
/*----*/
.top-nav ul li {
    margin: 0 3em 0 0;
}
.top-nav ul li:nth-child(1) {
    margin-left: 0;
}
nav.navbar.navbar-default {
    background: #fff;
    border: none;
	margin-bottom: 0;
}	
.navbar-default .navbar-nav > li > a {
    color: #000;
    padding: 10px 0;
    font-size: 1.4em;
}
div#bs-example-navbar-collapse-1 {
    padding: 0;
}
.navbar-default .navbar-nav > li > a.active, .navbar-default .navbar-nav > li > a:focus {
    color: #33a1e3;
}
/* Effect 11: text fill based on Lea Verou's animation http://dabblet.com/gist/6046779 */
.top-nav ul li a {
  position: relative;
  display: inline-block;
  outline: none;
  text-decoration: none;
  letter-spacing: 1px;
  text-shadow: 0 0 1px rgba(255,255,255,0.3);
  font-size: 1em;
}
.top-nav ul li a:hover,
.top-nav ul li a:focus {
	outline: none;
}
/* Effect 11: text fill based on Lea Verou's animation http://dabblet.com/gist/6046779 */
.cl-effect-11 a {
	padding: 10px 0;
	color: #fff;
	text-shadow: none;
} 
.cl-effect-11 a::before {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	padding: 10px 0;
	max-width: 0;
	color:#33a1e3;
	content: attr(data-hover);
	-webkit-transition: max-width 0.5s;
	-moz-transition: max-width 0.5s;
	-o-transition: max-width 0.5s;
	-ms-transition: max-width 0.5s;
	transition: max-width 0.5s;
}
.cl-effect-11 a:hover::before,
.cl-effect-11 a:focus::before,.cl-effect-11 a.active::before{
	max-width: 100%;
}
div#bs-example-navbar-collapse-1 {
    float:right;
}
ul.nav.navbar-nav.navbar-center.cl-effect-11 {
    margin-top: 1.3em;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color:#33a1e3;
    background-color: transparent;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #33a1e3;
}
.navbar-default .navbar-brand{
	height: 80px;
    padding: 0.5em 0 0 .5em;
    font-size: .8em;
    line-height: 86px;
    letter-spacing: 2px;
    text-transform: uppercase;
   /* background: url(../images/logo1.png) no-repeat 0px 0px;*/
    margin-left: 0em;
	font-weight: 600;
	font-family: 'Skranji', cursive;
	color:#33a1e3;
}
.navbar-default .navbar-brand:hover{
	color:#33a1e3;
}
/*--banner--*/
.banner {
    background: url(../images/1.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    height: 80px;
    position: relative;
}
.bnr-text p {
    font-size: 1em;
    color: rgba(255, 255, 255, 0.68);
    line-height: 1.8em;
    margin-top: 2em;
    letter-spacing: 1px;
}
/*--//banner--*/
/*--Slider Part starts Here--*/
#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0,0,0,.25);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
}
.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
  float: left;
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}
.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 45%;
    left: 6%;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 53px;
    width: 32px;
    background: url("../images/icons.png") no-repeat 0px 0px;
}
.callbacks_nav.next {
    left: auto;
    background-position: right;
    right: 5%;
}
.callbacks_nav:active {
  opacity: 1.0;
}
#slider3-pager a {
  display: inline-block;
}
#slider3-pager span{
  float: left;
}
#slider3-pager span{
	width:100px;
	height:15px;
	background:#fff;
	display:inline-block;
	border-radius:30em;
	opacity:0.6;
}
#slider3-pager .rslides_here a {
  background: #FFF;
  border-radius:30em;
  opacity:1;
}
#slider3-pager a {
  padding: 0;
}
#slider3-pager li{
	display:inline-block;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li{
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  height: auto;
  border: 0;
}
.callbacks_tabs {
    list-style: none;
    position: absolute;
    z-index: 999;
    bottom: 8%;
    right: 10%;
    padding: 0;
    margin: 0;
}
.slider-top{
	text-align: center;
	padding:10em 0;
}
.callbacks_tabs li{
	display: inline-block;
}
@media screen and (max-width: 600px) {
.callbacks_nav {
    top: 47%;
}
}
/*----*/
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
  content: "\f111";
  font-size:0;
  font-family: FontAwesome;
  visibility: visible;
  height: 12px;
  width: 12px;
  display: inline-block;
  border:2px solid #fff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
}
.callbacks_here a:after{
	border-color:#A94776;
	background: #FFFFFF;
}
/*--//Slider part Ends Here --*/
.w3ls-section{
	padding:4em 0;
}
h3.agileits-title {
    font-size: 2.5em;
    color: #33a1e3;
    line-height: 2;
    margin-bottom: 1em;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
	position:relative;
}
h3.agileits-title:before {
    content: '';
    background: url(../images/logo1.png)no-repeat 0px 0px;
    background-size: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 42%;
    width: 55px;
    height: 55px;
    z-index: 0;
}
#gallery h3.agileits-title:before{
	left:40.5%;
}
#trainers h3.agileits-title:before{
	left:39.5%;
}
#updates h3.agileits-title:before{
	left:36.5%;
}
#contact h3.agileits-title:before{
	left:37.5%;
}
.shy-menu-panel ul li.active a,.link-effect-8 a:hover{
	color:#a4dd25;
}
.w3_banner_info {
    margin: 13em auto 0;
    text-align: center;
}
h3.test {
    position: absolute;
    text-align: right;
    color: #fff;
    font-size: 2.2em;
    font-style: italic;
    letter-spacing: 4px;
    line-height: 1.5em;
    width: 50%;
    left: 22%;
    top: -11%;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 300;
}
h2.h2-title {
    font-size: 10em;
    color: #FFF;
    font-family: 'Norican', cursive;
	letter-spacing:4px;
}
h2.h2-title:first-letter {
    font-size: 1.5em;
    color: #fff;
} 
.w3_banner_info_grid{
	position:relative;
}
.w3_banner_info_grid ul li {
    display: inline-block;
    font-size: 1.2em;
    margin: 0 0.3em;
    letter-spacing: 1px;
}
.w3_banner_info_grid ul li a {
    display: block;
    padding: 0.5em 3em;
    text-decoration: none;
}
.w3l_contact, .w3ls_more:hover {
    border: 2px solid #fff;
    color: #ffffff !important;
    background: none;
}
.w3ls_more, .w3l_contact:hover {
    border: 2px solid #ffffff;
    background: #ffffff;
    color: #000 !important;
}
.w3ls_more:focus{
	outline:none;
}
span.char3 {
    text-transform: initial;
}
.w3_banner_info_grid p {
    margin: 1em 0 6em;
    color: #fff;
    line-height: 2em;
    letter-spacing: 4px;
}
/*-- about --*/
.about1-left.about-w3l-grid2 {
    background: #111727;
}
.wthree-almubimg {
      background: url(../images/b1.jpg)no-repeat center;
    background-size: cover;
    min-height: 406.4px;
    -webkit-transition: all 3s;
    -moz-transition: all 3s;
    -o-transition: all 3s;
    transition: all 3s;
    display: block;
} 
.wthree-almubimg.about-grid3 {
    background: url(../images/g1.jpg)no-repeat center;
    min-height: 406.4px;
    background-size: cover;
}
.about-right,.about1-left{ 
    background: #111727;
    padding: 8em 3em;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.wthree-almubimg.wthree1-almubimg {
    background: url(../images/b2.jpg)no-repeat center;
    background-size: cover;
}
.about-left, .about1-right {
    padding: 0;
}
.about1-right {
    float: right;
}
.about h4 {
    font-size: 2em;
    /* font-weight: bold; */
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 0.8em;
}
.about  p {
     font-size: 1em;
    letter-spacing: 1px;
    color:#ede5e5;
    line-height: 2.2;
    margin: 1.5em 0 2em;
}
/* Shutter In Vertical */
.hvr-shutter-in-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #fff;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-in-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-in-vertical:hover, .hvr-shutter-in-vertical:focus, .hvr-shutter-in-vertical:active {
  color: white;
}
.hvr-shutter-in-vertical:hover:before, .hvr-shutter-in-vertical:focus:before, .hvr-shutter-in-vertical:active:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
.more a {
    padding: 0.8em 2.2em;
    background-color: #777;
    color: #000;
    font-weight: 500;
    border: none;
    font-size: 1em;
    letter-spacing: 1px;
    outline: none;
}
.more a:hover {
	background-color: #000;
	color: #FFF;
}
span.glyphicon.glyphicon-arrow-right  {
	margin-left: 5px;
}
/*-- //about --*/
/*-- gallery --*/ 
.gallery-grids img {
    width: 100%;
}
.gallery-grids.gallery-row2 {
    margin: 2em 0;
}
/*-- gallery-hover effect --*/
.w3ls-hover {
	background-color: #FFF;
	display: block; 
	overflow: hidden;
	position: relative; 
	text-align: center;
} 
.w3ls-hover .view-caption { 
    padding: 5.5em 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%; 
	opacity: 0;
	background-color: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; 
}
.w3ls-hover .view-caption h5 {
    color: #fff;
    padding: 12px 10px;
    border: 1px solid rgba(204, 204, 204, 0.3);
    display: block;
    font-weight: bold;
    font-size: 1.5em;
    width: 70%;
    margin: 3.5em auto 1em;
    background: rgba(255, 255, 255, 0.21);
    text-transform: uppercase;
    letter-spacing: 2px;
}
.w3ls-hover .view-caption span {
    color: #fff;
    font-size: 1.2em;
    margin-top: 6%;
    display: inline-block;
    border: 1px solid #fff;
    padding: 1em;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
    border-radius: 50%;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; 
}
.w3ls-hover:hover .view-caption { 
	background-color: rgba(51, 161, 227, 0.74);
	opacity: 1;
	width: 100%;
}
.w3ls-hover .view-caption span:hover {
    color: #e56d3f;
    border-color: #fff;
}
.view-caption.gallery-row1 h5 {
    margin-top: 0.8em;
}
/*-- //gallery --*/
.w3-about-grids h4 {
    font-size: 1.5em;
    color: #fff;
    letter-spacing: 1px;
    padding: 1em;
    display: inline-block;
    background: #33a1e3;
    text-transform: capitalize;
}
div#trainers {
    padding: 2em 0 28em;
}
.w3ls-info-about:hover,.w3l-slider-img:hover {
    background: #33a1e3;
}
.w3ls-info-about h5 {
    font-size: 1em;
    text-transform: capitalize;
    letter-spacing: 2px;
}
div#trainers h3{
    margin-bottom:3em
}
.w3ls-info-about:hover .w3l-slider-img h4, .w3ls-info-about:hover.w3ls-info-about h4{
    color:#fff;
}
.w3l-slider-img:hover.w3l-slider-img h4, .w3l-slider-img:hover.w3ls-info-about h4{
	color:#fff;
}
.w3l-team {
    text-align: center;
    position: relative;
}
.w3l-slider-img {
    position: absolute;
    left: 2em;
    top: -4em;
    padding: 4em;
    width: 52%;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 10px 0px #ccc;
    -moz-box-shadow: 0px 0px 10px 0px #ccc;
    -o-box-shadow: 0px 0px 10px 0px #ccc;
    -ms-box-shadow: 0px 0px 10px 0px #ccc;
    box-shadow: 1px 4px 11px 4px #ccc;
}
.w3ls-info-about {
    position: absolute;
    left: 46%;
    z-index: 99;
    padding: 3em;
    top: 107%;
    background: #eceef2;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 10px 0px #ccc;
    -moz-box-shadow: 0px 0px 10px 0px #ccc;
    -o-box-shadow: 0px 0px 10px 0px #ccc;
    -ms-box-shadow: 0px 0px 10px 0px #ccc;
    box-shadow: 1px 4px 11px 4px #ccc;
}
.w3ls-info-about.trainer-2 {
    background: #33a1e3;
}
.w3ls-info-about.trainer-2 h4,.w3ls-info-about.trainer-2 h5{
    color: #fff;
} 
.w3ls-info-about.team-4 {
    left: 35%;
    width: 57%;
    padding: 4em 3em;
}
.w3l-slider-img.team-3 {
    left: -3em;
}
.w3ls-info-about.team-4 {
    left: 35%;
}
.w3l-slider-img h4, .w3ls-info-about h4 {
    font-size: 1.4em;
    letter-spacing: 1px;
    color: #000;
    line-height: 1.4em;
    text-transform: uppercase;
    padding: 0.8em 0 0.5em;
}
.w3ls-info-about:hover.w3ls-info-about h5,.w3ls-info-about:hover.w3l-slider-img h5 {
    color: #fff;
}

.w3l-slider-img:hover.w3ls-info-about h5,.w3l-slider-img:hover.w3l-slider-img h5 {
    color: #fff;
}
.w3ls-info-about p {
    /* margin: 0em 0 2em 0; */
    color: #ffffff;
    line-height: 2.2em;
    background: rgba(0, 0, 0, 0.85);
    font-size: 0.9em;
    letter-spacing: 2px;
}
.w3l-slider-img h5 {
    color: #000;
    font-size: 1em;
    letter-spacing: 2px;
}
p.about-para-w3ls {
    color: #777;
    font-size: 16px;
    line-height: 33px;
    letter-spacing: 0.5px;
    margin-bottom: 2em;
}
/*-- //about --*/
/*-- order --*/
.order-w3lsgrids{
    -webkit-box-shadow: 0px 0px 10px 0px #ccc;
    -moz-box-shadow: 0px 0px 10px 0px #ccc;
    -o-box-shadow: 0px 0px 10px 0px #ccc;
    -ms-box-shadow: 0px 0px 10px 0px #ccc;
    box-shadow: 0px 0px 10px 0px #ccc;
}
.order-w3text {
    text-align: center;
    padding: 2.5em 0;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    position: relative;
    /* -webkit-border-radius: 50%; */
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    /* border-radius: 50%; */
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}
.order-w3text i.fa {
    font-size: 2.5em;
    color: #08cae2;
}
.order-w3text h5{
    font-size: 1.4em;
    margin-top: 1em;
    color: #333;
} 
.order-w3text span {
    font-size: 5em;
    color: #fff;
    font-weight: 900;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background:url(../images/t1.jpg)no-repeat center;
    padding: 1.4em 0;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}
.order-w3text:hover  span{
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
} 
p {
    font-size: 1em;
    color: #999;
    line-height: 4em;
}
p.w3lsorder-text {
    margin-bottom: 5em;
    text-align: center;
    margin-top: 1em;
}
.wthree-order {
    position: relative;
}
img.w3order-img {
    position: absolute;
    width: 15%;
    left: 0;
    top: 12%;
}
.w3l-slider-img img {
    width: 80%;
    border-radius: 50%;
}
.w3ls-info-about img {
    width: 70%;
    border-radius: 50%;
}
.w3ls-info-about.team-4 img {
    width: 55%;
}
.order-w3lsgrids .team1{
    position: relative;
}
.order-w3lsgrids.wthree-team1 {
    position: absolute;
    left: 11%;
    z-index: 999;
    height: 100%;
    width: 20%;
    top: 24%;
}
.order-w3lsgrids.wthree-team2 {
    position: absolute;
    left: 28%;
    z-index: 999;
    height: 100%;
    width: 20%;
    top: 44%;
}
.order-w3lsgrids.wthree-team3 {
    position: absolute;
    left: 45%;
    z-index: 999;
    height: 100%;
    width: 20%;
    top: 25%;
}
.order-w3lsgrids.wthree-team4 {
    position: absolute;
    right: 18%;
    z-index: 999;
    height: 100%;
    width: 20%;
    top: 44%;
}
/*-- //order --*/
/*-- news --*/
.news-w3grid {
    position: relative; 
    padding: 0;
	overflow: hidden;
} 
.news img {
    width: 100%;
}
.news-w3grid-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding:3.5em;
	-webkit-transition: .5s all;
	transition: .5s all;
	-moz-transition: .5s all;
}
.owl-item{
    position: relative;
    padding: 0;
    overflow: hidden;
}
.item {
    text-align: left;
}
.item h5 {
    font-size: 2em;
    color: #fff;
}
.item h5 span {
    font-size: 2em;
    font-weight: 100;
    letter-spacing: -3px;
}
.news-w3grid-info h4 {
    font-size: 1.2em;
    background: #6199ff;
    margin: 3.5em 0 0;
    display: inline-block;
    color: #fff;
    padding: 5px 10px;
    -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
    letter-spacing: 1px;
}
.news-w3grid-info p {
    color: #fff;
    margin-top: 1em;
    font-size: .9em;
	margin-right: 3em;
	letter-spacing: 1px;
}
.article-links ul li {
    display: inline-block;
    margin-right: 2em;
	color:#fff;
}
.article-links ul li i.glyphicon {
    margin-right: 8px;
}
.article-links {
    margin-top: 4em;
	-webkit-transition:.5s all;
	transition:.5s all;
	-moz-transition:.5s all;
}
.article-links ul li a {
    font-size:0.9em;
    color: #fff;
}
.article-links ul li a:hover{
    color:#000;
}
.news-w3grid-info:hover .article-links{
	margin-top: 1em;
}
.news-w3grid-info:hover h4 {
    margin: 1.5em 0 0;
}
.item:hover .news-w3grid-info{
	background: rgba(239, 113, 122, 0.55);
}
/*-- //news --*/
/*--contact--*/
div#contact p {
    color: #999;
    margin-bottom: 1em;
	letter-spacing:1px;
}

.w3l-contact-img {
    background: url(../images/contact.jpg) no-repeat center;
    min-height: 300px;
}
.agileits_w3layouts-map iframe{
	width:100%;
	min-height:459px;
	position:relative;
}
.agileits-map {
    text-align: center;
    position: absolute;
    top: 24%;
    padding: 2em 3em;
    background: rgba(72, 74, 76, 0.17);
    left: 30%;
    width: 200px;
    height: 200px;
    border-radius: 50%;
}
.contact-right-w3l ::-webkit-input-placeholder {
   color: #fff;
}
.contact-right-w3l:-moz-placeholder { /* Firefox 18- */
   color: #fff;
} 
.contact-right-w3l ::-moz-placeholder {  /* Firefox 19+ */
    color: #fff;  
} 
.contact-main :-ms-input-placeholder {  
    color: #fff;
}	
.contact-right-w3l input[type="text"], .contact-right-w3l input[type="email"] {
    font-size: 1em;
    outline: none;
    padding: 0.8em 1em;
    width: 48.5%;
    border: 1px solid rgb(200, 200, 200);
    margin-bottom: 1em;
    color: #000;
	letter-spacing:1px;
}
.contact-right-w3l input[type="text"]:nth-child(1),.contact-right-w3l input[type="email"] {
    margin-right:2%;
}
.contact-right-w3l textarea{
	width:100%;
	padding: 0.7em;
	outline:none;
	resize:none;
	height:100px;
	border:none;
	font-size:1em;
	border: 1px solid rgb(200, 200, 200);
	color:#000;
	letter-spacing:1px;
}
.contact-right-w3l input[type="submit"] {
    background:#e56d3f;
    color: #fff;
    padding: 0.8em 2em;
    letter-spacing: 1px;
    margin-top: 1.3em;
    border: 1px solid #ffffff;
    outline: none;
    font-size: 1em;
}
.contact-right-w3l input[type="submit"]:hover {
    background: #33a1e3;
    color: #fff;
    border: 1px solid #eceef2;
}
.contact-right-w3l {
    padding: 1em;
}
.contact-right-w3l ::-webkit-input-placeholder {
   color: #777;
}
.contact-right-w3l:-moz-placeholder { /* Firefox 18- */
   color: #777;
} 
.contact-right-w3l ::-moz-placeholder {  /* Firefox 19+ */
    color: #777;  
} 
.contact-main :-ms-input-placeholder {  
    color: #777;
}
/*-- //contact --*/
/*-- Footer --*/
.footer-main h4 {
    color: #fff;
    font-size: 1.5em;
    margin-bottom: 1.5em;
    text-align: center;
	text-transform:capitalize;
}
.agileits-map h4 {
    background: rgba(10, 10, 10, 0.71);
    padding: 0.7em 1em;
	font-size:1em;
}
.ftr-grid.fg2 {
    padding: 0em 1em;
}
.ftr-grid.fg2.w3ls-subscribe {
    padding: 4.15em 1em 7em;
    background: #e56d3f;
}
.footer {
    background:#33a1e3;
}
.ftr-grid p {
    color: #999;
    line-height: 2;
    margin-top: 5%;
}
.ftr-grid.fg1 a {
    color: #fff;
    margin-top: 0.5em;
    display: inline-block;
    font-size: 1em;
}
.ftr-grid.fg1 a:hover {
    color: #fff;
	 transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
.ftr-text p a {
    color: #777;
	letter-spacing:1px;
}
.ftr-grid ul {
    padding: 0em;
    list-style: none;
}
.ftr-grid ul li {
    font-size: 1em;
    color: #777;
}
.local {
    float: left;
    width: 13%;
}
.ftr-text {
    float: right;
    width: 86%;
}
.local i {
    font-size: 1.5em;
    color: #33a1e3;
    margin-top: 41%;
}
ul.top-links li {
    display: inline-block;
    margin: 0 0.8em;
}
.right-w3l ul.top-links li a i.fa {
    color: #000;
    background-color: #fff;
    width: 35px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
.right-w3l ul.top-links li a i.fa:hover {
    color: #33a1e3;
    background-color: #000;
}
.right-w3l {
	margin-top: 1em;
}
.right-w3-2 ul.text-w3 li a:hover, .ftr-text p a:hover{
	color:#000;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -webkit-appearance: none;
}
.fotw3 ul.top-links li a i.fa:hover , .fotw33 ul.top-links li a i.fa:hover {
    background-color: #478bca;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -webkit-appearance: none;
}
/*-- Newsletter --*/
.newsletter-agile {
    text-align: center;
    padding: 1em 4em;
}
.newsletter-agile p {
    color: #fff;
    letter-spacing: 1px;
    margin: 1em 0em 2em;
}
.newsletter-agile input[type="email"] {
    padding: 1em;
    border: none;
    letter-spacing: 1px;
    font-size: 1em;
    color: #fff;
    outline: none;
    background: #fff;
    width: 100%;
    margin-bottom: 2em;
}
.newsletter-agile input[type="submit"] {
    color: #fff3f3;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 1px;
    background: rgba(0, 0, 0, 0.33);
    border: none;
    width: 30%;
    padding: 0.8em 0;
    outline: none;
    cursor: pointer;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -webkit-appearance: none;
}
.newsletter-agile input[type="submit"]:hover {
    background: #eceef2;
    color: #000;
}
/*-- //Newsletter --*/
.copyrights {
    background: #eceef2;
    padding: 1.5em;
    text-align: center;
}
.copyrights p {
    font-size: 1em;
    color: #000;
    letter-spacing: 2px;
}
.copyrights p a{
	color:#000;
	font-weight:600;
}
/*-- Footer --*/
.modal-body img {
    width: 100%;
}
.modal-body p {
    margin: 15px 0 10px;
    color: #888;
    font-size: 1em;
    letter-spacing: 1px;
    line-height: 2em;
    text-align: center;
}
.modal-title {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    color: #000;
    letter-spacing: 1px;
}
.modal-header {
    min-height: 16.42857143px;
    padding: 15px 15px 0 0px;
    border-bottom: none;
}
.modal-body h5 {
    font-size: 23px;
    text-align: center;
    font-weight: 600;
    color: #000;
    letter-spacing: 1px;
    margin-top: 1.3em;
}
.about-wthree {
    padding: 5em 0 22.6em 0px;
    background: #eceef2;
}
  /*-- slider-up-arrow --*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 6%;
    right: 3%;
    overflow: hidden;
    width: 32px;
    height: 32px;
    border: none;
    text-indent: 100%;
    background: url("../images/move-up.png") no-repeat 0px 0px;
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	-o-transform: scale(0.85);
	-ms-transform: scale(0.85);
    transform: scale(0.85);
	-webkit-transition:.5s all;
	-moz-transition:.5s all; 
	transition:.5s all;
}
#toTop:hover {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
    transform: scale(1);
}
#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	transform: scale(1);
}
/*-- //slider-up-arrow --*/ 
/* -- Responsive code -- */
@media screen and (max-width: 1920px){
	#about h3.agileits-title:before {
		left: 43%;
	}
}
@media screen and (max-width: 1680px){
	#about h3.agileits-title:before {
		left: 42%;
	}
}
@media screen and (max-width: 1440px){
	#about h3.agileits-title:before {
		left: 41%;
	}
	.about-right, .about1-left {
		padding: 6.92em 3em;
	}
}
@media screen and (max-width: 1280px){
	#about h3.agileits-title:before {
		left: 40%;
	}
}
@media screen and (max-width: 1080px){
	.w3ls-section {
		padding: 3.5em 0;
	}
	h3.test {
		width: 59%;
	}
	#about h3.agileits-title:before {
		left: 38%;
	}
	#trainers h3.agileits-title:before {
		left: 37%;
	}
	.about-right, .about1-left {
		padding: 5.85em 3em;
	}
	#gallery h3.agileits-title:before {
		left: 38.5%;
	}
	.w3ls-hover .view-caption h5 {
        margin: 2.2em auto 1em;
	}
	.view-caption.gallery-row1 h5 {
		margin-top: 0em;
	}
	#updates h3.agileits-title:before {
		left: 33.5%;
	}
	#contact h3.agileits-title:before {
		left: 35.5%;
	}
	.ftr-text {
		width: 83%;
	}
	.ftr-grid.fg2.w3ls-subscribe {
		padding: 4.15em 1em 5em;
	}
	.item img {
		width: 100%;
		height: auto;
	}
	
}
@media screen and (max-width: 1050px){
	
}
@media screen and (max-width: 1024px){
	.banner {
		height: 80px;
	}
	.w3_banner_info {
		margin: 12em auto 0;
	}
}
@media screen and (max-width: 991px){
	.top-nav ul li {
		margin: 0 1.5em 0 0;
		font-size: 0.9em;
	}
	.navbar-default .navbar-brand{
		margin-left:0;
	}
	div#bs-example-navbar-collapse-1 {
		margin-right: 10px;
	}
	h3.test {
		width: 70%;
		font-size: 2em;
	}
	h2.h2-title {
		font-size: 9.5em;
	}
	#trainers h3.agileits-title:before {
		left: 33%;
	}
	#about h3.agileits-title:before {
		left: 37%;
	}
	#gallery h3.agileits-title:before {
		left: 35.5%;
	}
	#updates h3.agileits-title:before {
		left: 28.5%;
	}
	#contact h3.agileits-title:before {
		left: 30.5%;
	}
	.w3l-team {
		width: 77%;
	}
	.w3l-slider-img.team-3 {
		left: 24em;
	}
	.w3ls-info-about.team-4 img {
		width: 70%; 
	}
	.w3l-slider-img,.w3ls-info-about,.w3ls-info-about.team-4 {
		padding: 3em;
		width: 43%;
	}
	.w3ls-info-about.team-4 {
		left: 97%;
	}
	.w3ls-info-about {
		left: 23%;
	}
	.w3l-slider-img {
		left: -5em;
	}
	.gallery-grids {
		width: 33.33%;
		float: left;
		padding: 0 5px;
	}
	.gallery-grids.gallery-row2 {
		float: left;
		width: 50%;
		padding: 0 5px;
		margin: 5px 0;
	}
	.w3ls-hover .view-caption {
		padding: 4.5em 0;
	}
	.w3ls-hover .view-caption h5 {
		padding: 10px 10px;
		font-size: 1.2em;
		width: 81%;
	}
	.view-caption.gallery-row1 h5 {
		padding: 10px 10px;
		font-size: 1.2em;
		width: 81%;
	}
	.ftr-grid.fg2 {
		padding: 1em;
		width: 100%;
		float:none;
	}
	.ftr-grid p {
		margin-top: 0.5%;
	}
	.ftr-text {
		width: 93%;
	}
	.local {
		width: 2%;
	}
	.contact-right-w3l {
		padding: 1em;
		width: 70%;
		float: left;
	}
	.w3l-contact-img {
		width: 30%;
		float: left;
	}
	.ftr-grid.fg2.w3ls-subscribe {
		width: 50%;
		float: right;
	}
	.newsletter-agile {
		padding: 1em;
	}
	.newsletter-agile input[type="submit"] {
       width: 36%;
	}
	.agileits_w3layouts-map iframe {
       min-height: 448px;
	}
	.agileits-map {
		top: 27%;
		left: 23%
	}
	.wthree-almubimg.about-grid3 {
		min-height: 406px;
	}
	.news-w3grid-info {
		padding: 2.5em 2em;
	}
	.aitspartnersw3l {
		margin-bottom: 3em;
	}
}
@media screen and (max-width: 900px){
	.w3_banner_info_grid p {
		margin: 1em 0 5em;
	}
	#about h3.agileits-title:before {
		left: 36%;
	}
	.w3l-slider-img h4, .w3ls-info-about h4 {
		font-size: 1.2em;
	}
	.w3l-slider-img img ,.w3ls-info-about img ,.w3ls-info-about.team-4 img{
		width: 68%;
	}
	.w3l-slider-img {
		left: -4em;
	}
	.about h4 {
		font-size: 1.8em;
	}
	.wthree-almubimg {
		min-height: 402px;
	}
	.wthree-almubimg.about-grid3 {
		min-height: 402px;
	}
	.news-w3grid-info {
		padding: 3em 2em;
	}
}
@media screen and (max-width: 800px){
	.banner {
		height: 80px;
	}
	.w3ls-hover .view-caption {
		padding: 4.2em 0;
	}
	#about h3.agileits-title:before {
		left: 34%;
	}
	h3.agileits-title {
		font-size: 2.4em;
	}
	.w3l-slider-img {
		left: 0em;
	}
	.w3ls-info-about {
		top: 116px;
		left: 30%;
	}
	.w3ls-info-about.team-4 {
		left: 89%;
	}
	div#trainers {
		padding: 2em 0 30em;
	}
	.about-right, .about1-left {
		padding: 4.8em 3em;
	}
}
@media screen and (max-width: 768px){
	h2.h2-title {
		font-size: 9em;
	}
	.w3l-slider-img, .w3ls-info-about, .w3ls-info-about.team-4 {
		padding: 3em 2.5em;
		width: 41%;
	}
	.about h4 {
		font-size: 1.6em;
	}
	.about-right, .about1-left {
		padding: 4.9em 3em;
	}
	
}
@media screen and (max-width: 767px){
	.navbar-left {
		 float: none !important;
	}
	ul.nav.navbar-nav.navbar-center.cl-effect-11 {
		margin: 0 0 1em;
	}
	h2.h2-title {
		font-size: 8em;
	}
	.navbar-brand {
		height: 64px;
	}
	.navbar-nav{
		margin:0;
	}
	.navbar-toggle {
        margin-top: 25px;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff !important
	}
	.navbar-toggle {
		background-color: #33a1e3;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: #e56d3f !important
	}
	.navbar-default .navbar-brand{
		margin-left:0;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border: 0px solid #FFF;
	}
	nav.linkEffects.cl-effect-1 ul li {
		z-index: 9999;
	}
	nav.navbar.navbar-default {
		right: 0px;
	}
	.navbar-default .navbar-nav > li {
		width: 100%;
		background:transparent;
		margin: 0.2em auto;
		padding: 0.4em 0;
		text-align:center;
	}
	div#bs-example-navbar-collapse-1 {
		float: none;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border: none;
		position: absolute;
		width: 100%;
		background: rgba(255, 255, 255, 0.97);
		z-index: 999;
	}
}
@media screen and (max-width: 736px){
	h2.h2-title:first-letter {
		font-size: 1.3em;
	} 
	.w3_banner_info_grid p {
		margin: 1em auto 5em;
		width: 90%;
	}
	.w3ls-hover .view-caption {
		padding: 3.7em 0;
	}
	#about h3.agileits-title:before {
		left: 32%;
	}
	.w3l-slider-img.team-3 {
		left: 23em;
	}
	.about1-right {
		float: none;
	}
	.item h5 {
		font-size: 1.8em;
	}
}
@media screen and (max-width: 667px){
	h3.test {
		left: 13%;
		width: 78%;
	}
	.banner {
		height: 80px;
	}
	.w3_banner_info_grid p {
		margin: 1em auto 3em;
		width: 90%;
	}
	.w3_banner_info {
		margin: 10em auto 0;
	}
	.w3ls-hover .view-caption {
		padding: 3em 0;
	}
	#about h3.agileits-title:before {
		left: 31%;
	}
	#gallery h3.agileits-title:before {
		left: 33.5%;
	}
	#trainers h3.agileits-title:before {
		left: 31%;
	}
	#updates h3.agileits-title:before {
		left: 25.5%;
	}
	#contact h3.agileits-title:before {
		left: 28.5%;
	}
	.w3l-slider-img {
		left: 5em;
	}
	.w3ls-info-about {
		top: 151px;
		left: 4%;
	}
	.about-right, .about1-left {
		padding: 4em 3em;
	}
	.w3ls-info-about.team-4 {
		left: 78%;
	}
	.w3l-slider-img, .w3ls-info-about, .w3ls-info-about.team-4 {
		padding: 3em;
		width: 45%;
	}
	div#trainers {
		padding: 2em 0 32em;
	}
	.agileits_w3layouts-map,.ftr-grid.fg2.w3ls-subscribe {
		width: 100%;
		float: none;
	}	
	.agileits_w3layouts-map{
		padding:0;
	}
	.agileits_w3layouts-map iframe {
		min-height: 350px;
	}
	.agileits-map {
		top: 20%;
		left: 34%;
	}
	.ftr-grid.fg2.w3ls-subscribe {
		padding: 3em 1em 2em;
	}
	.news-w3grid-info {
		padding: 2em 2em;
	}
	.news-w3grid-info h4 {
		margin: 1.5em 0 0;
	}
	.item h5 {
		font-size: 1.5em;
	}
}
@media screen and (max-width: 640px){
	h2.h2-title {
		font-size: 7.8em;
	}
	h3.test {
		font-size: 1.8em;
		top: -15%;
		width: 73%;
		letter-spacing: 3px;
	}
	#gallery h3.agileits-title:before {
		left: 32.5%;
	}
	#trainers h3.agileits-title:before {
		left: 30%;
	}
	.w3ls-info-about {
		top: 143px;
		left: 6%;
	}
	.w3ls-info-about.team-4 {
		left: 79%;
	}
	#contact h3.agileits-title:before {
		left: 27.5%;
	}
	.agileits_w3layouts-map iframe {
		min-height: 311px;
	}
	.w3-about-grids h4 {
		font-size: 1.4em;
	}
	.news-w3grid-info {
		padding: 1em 2em;
	}
}
@media screen and (max-width: 600px){
	.w3_banner_info {
		margin: 9em auto 0;
	}
	h2.h2-title {
		font-size: 7.2em;
	}
	.banner {
		height: 80px;
	}
	.w3_banner_info_grid ul li a {
		padding: 0.5em 2.5em;
	}
	.w3_banner_info_grid ul li{
		font-size:1em;
	}
	.w3ls-hover .view-caption {
		padding: 2em 0;
	}
	.view-caption.gallery-row1 {
		padding: 2.7em 0;
	}
	#about h3.agileits-title:before {
		left: 29%;
	}
	.w3ls-section {
		padding: 3em 0;
	}
	#gallery h3.agileits-title:before {
		left: 31.5%;
	}
	#trainers h3.agileits-title:before {
		left: 29%;
	}
	.w3l-slider-img, .w3ls-info-about, .w3ls-info-about.team-4 {
		width: 50%;
	}
	.w3l-slider-img {
		left: 2em;
	}
	.w3l-slider-img.team-3 {
		left: 22em;
	}
	.w3ls-info-about {
		left: 15%;
	}
	#updates h3.agileits-title:before {
		left: 22.5%;
	}
	#contact h3.agileits-title:before {
		left: 25.5%;
	}
	.news-w3grid-info h4 {
		margin: 1em 0 0;
	}
	.news-w3grid-info h4 {
		font-size: 1em;
	}
}
@media screen and (max-width: 568px){
	.w3_banner_info {
		margin: 8em auto 0;
	}
	h3.test {
		width: 73%;
		left: 9%;
		font-size: 1.5em;
		top: -12%;
	}
	h2.h2-title {
		font-size: 7em;
	}
	.banner {
		height: 80px;
	}
	.w3_banner_info_grid ul li a {
		padding: 0.5em 2em;
	}
	.w3_banner_info_grid p {
		letter-spacing: 3px;
	}
	h3.agileits-title {
		font-size: 2.2em;
	}
	.gallery-grids {
		width: 100%;
		float: left;
		padding: 0 5px;
	}
	.gallery-grids.gallery-row2 {
		margin: 0px 0;
		float: left;
		width: 100%;
		padding: 0 5px;
	}
	.w3ls-hover .view-caption {
		padding: 8em 0;
	}
	.view-caption.gallery-row1 {
		padding: 11em 0;
	}
	.w3l-slider-img, .w3ls-info-about, .w3ls-info-about.team-4 {
		width: 60%;
	}
	.w3ls-info-about {
		left: 61%;
		top: 2px;
	}
	.w3l-slider-img.team-3 {
		left: 3em;
		top: 234px;
	}
	.w3ls-info-about.team-4 {
		left: 61%;
		top: 290px;
	}
	.w3l-slider-img {
		left: 3em;
	}
	div#trainers {
		padding: 2em 0 53em;
	}
	.ftr-text {
		width: 89%;
	}
	.item h5 {
		font-size: 1.3em;
	}
	.about-right, .about1-left {
		padding: 3em 2em;
	}
	.news-w3grid-info {
		padding: 0em 2em;
	}
}
@media screen and (max-width: 480px){
	.w3_banner_info {
		margin: 7em auto 0;
	}
	h2.h2-title {
		font-size: 6.2em;
	}
	h3.test {
		width: 80%;
		font-size: 1.3em;
	}
	#about h3.agileits-title:before {
		left: 25%;
	}
	#gallery h3.agileits-title:before {
		left: 27%;
	}
	#trainers h3.agileits-title:before {
		left: 24%;
	}
	#updates h3.agileits-title:before {
		left: 17.5%;
	}
	#contact h3.agileits-title:before {
		left: 20%;
	}
	.w3ls-hover .view-caption {
		padding: 6em 0;
	}
	.view-caption.gallery-row1 {
		padding: 9em 0;
	}
	.w3l-team {
		width: 100%;
	}
	.w3l-slider-img, .w3ls-info-about, .w3ls-info-about.team-4 {
		width: 55%;
	}
	.about-right, .about1-left {
		padding: 4em 2em;
	}
	.w3ls-info-about {	
		top: 209px;
	}
	.w3l-slider-img,.w3l-slider-img.team-3  {
		left: 7em;
	}
	.w3l-slider-img.team-3 {
		top: 474px;
	}
	.w3ls-info-about.team-4 {
		top: 738px;
	}
	.w3ls-info-about,.w3ls-info-about.team-4 {	
		left: 22%;
	}
	 div#trainers {
		padding: 2em 0 80em;
	}
	.contact-right-w3l {
		width: 100%;
		float:none;
	}
	.contact-right-w3l input[type="text"], .contact-right-w3l input[type="email"]{
		width:100%;
	}
	.w3l-contact-img {
		width: 60%;
		float:none;
		margin: 0 auto;
	}
	.about-right, .about1-left {
		padding: 2em 2em;
	}
	.news-w3grid-info {
		padding: 1em 2em;
	}
	
}
@media screen and (max-width: 414px){
	.banner {
		height:80px;
	}
	h2.h2-title {
		font-size: 5.8em;
		letter-spacing: 3px;
	}
	.w3_banner_info_grid p {
		letter-spacing: 2px;
	}
	h3.test {
		font-size: 1.3em;
		top: -18%;
	}
	.w3_banner_info {
		margin: 6em auto 0;
	}
	.navbar-default .navbar-brand {
		font-size: .75em;
	}
	h3.agileits-title {
		font-size: 2.1em;
	}
	.w3ls-hover .view-caption {
		padding: 4em 0;
	}
	.view-caption.gallery-row1 {
		padding: 7em 0;
	}
	#about h3.agileits-title:before {
		left: 22%;
	}
	#gallery h3.agileits-title:before {
		left: 24%;
	}
	#trainers h3.agileits-title:before {
		left: 20%;
	}
	.w3l-slider-img, .w3l-slider-img.team-3 {
		left: 5em;
	}
	.w3l-slider-img, .w3ls-info-about, .w3ls-info-about.team-4 {
		width: 63%;
	}
	.w3ls-info-about, .w3ls-info-about.team-4 {
		left: 19%;
	}
	#updates h3.agileits-title:before {
		left: 12.5%;
	}
	#contact h3.agileits-title:before {
		left: 15%;
	}
	.wthree-almubimg,.wthree-almubimg.about-grid3 {
		min-height: 265px;
	}
	
	.article-links {
		margin-top: 2em;
	}
}
@media screen and (max-width: 384px){
	.banner {
		height: 80px;
	}
	.w3_banner_info_grid p {
		margin: 1em auto 1em;
	}
	.navbar-default .navbar-brand {
		background-size: 68px;
		background-position: -10px 6px;
		padding: 0.5em 0 0 0.5em;
		letter-spacing: 0px;
		font-size:0.7em;
	}
	.navbar-toggle {
       padding: 7px;
	   margin-right: 9px;
   	}
	.w3_banner_info_grid p {
		letter-spacing: 1px;
	}
	h3.test {
		width: 84%;
	}
	h2.h2-title {
		font-size: 5.5em;
		letter-spacing: 2px;
	}
	.view-caption.gallery-row1 {
		padding: 6.5em 0;
	}
	#about h3.agileits-title:before {
		left: 16%;
	}
	.w3ls-section {
		padding: 2.8em 0 0;
	}
	#gallery h3.agileits-title:before {
		left: 19%;
	}
	#trainers h3.agileits-title:before {
		left: 17%;
	}
	.w3l-slider-img, .w3ls-info-about, .w3ls-info-about.team-4 {
		width: 70%;
	}
	.w3l-slider-img, .w3l-slider-img.team-3 {
		left: 4em;
	}
	.w3ls-info-about, .w3ls-info-about.team-4 {
		left: 16%;
	}
	#updates h3.agileits-title:before {
		left: 8.5%;
	}
	#contact h3.agileits-title:before {
		left: 12%;
	}
	.w3l-slider-img h4, .w3ls-info-about h4 {
		font-size: 1.1em;
	}
	.w3l-slider-img h5 {
		letter-spacing: 0px;
	}
	.w3-about-grids h4 {
		font-size: 1.3em;
	}
	.article-links {
		margin-top: 1em;
	}
	.news-w3grid-info h4{
		margin-top:0.2em;
	}
}
@media screen and (max-width: 375px){
	.banner {
		height: 80px;
	}
	.w3_banner_info {
		margin: 6em auto 0;
	}
	h2.h2-title {
		font-size: 5em;
		letter-spacing: 1px;
	}
	h3.test {
		font-size: 1.1em;
		top: -14%;
		width: 92%;
		left: 3%;
	}
	.w3ls-hover .view-caption {
		padding: 3.5em 0;
	}
	.view-caption.gallery-row1 {
		padding: 6.2em 0;
	}
	.w3l-slider-img img, .w3ls-info-about img, .w3ls-info-about.team-4 img {
		width: 75%;
	}
	.w3l-slider-img, .w3l-slider-img.team-3 {
		left: 3.5em;
	}
	.w3ls-info-about, .w3ls-info-about.team-4 {
		left: 15%;
	}
	.w3-about-grids h4 {
		font-size: 1.2em;
	}
	.news-w3grid-info p {
		margin-top: 0.2em;
	}
}	
@media screen and (max-width: 320px){
	.navbar-toggle {
		padding: 7px;
		margin-right: 6px;
		margin-left: 5px;
	}
	h2.h2-title {
		font-size: 4.5em;
	}
	.banner {
		height: 80px;
	}
	.w3_banner_info {
		margin: 5em auto 0;
	}
	h3.test {
		letter-spacing: 2px;
	}
	.w3_banner_info_grid p {
		margin: 0.5em auto 1em;
	}
	.w3ls-hover .view-caption {
		padding: 2em 0;
	}
	.view-caption.gallery-row1 {
		padding: 5.1em 0;
	}
	h3.agileits-title {
		font-size: 1.9em;
	}
	.w3ls-section {
		padding: 2em 0;
	}
  .navbar-default .navbar-brand {
    background-size: 58px;
    background-position: -10px 6px;
    padding: 0.5em 0 0 0.5em;
    letter-spacing: 0px;
    font-size:0.7em;
    width:50%;
  }
	#about h3.agileits-title:before {
		left: 15%;
	}
	#gallery h3.agileits-title:before {
		left: 16%;
	}
	#trainers h3.agileits-title:before {
		left: 11%;
	}
	#updates h3.agileits-title:before {
		left: 2.5%;
	}
	#contact h3.agileits-title:before {
		left: 6%;
	}
	.w3l-slider-img, .w3l-slider-img.team-3 {
		left: 1.5em;
	}
	.w3l-slider-img, .w3ls-info-about, .w3ls-info-about.team-4 {
		width: 85%;
	}
	.w3ls-info-about, .w3ls-info-about.team-4 {
		left: 8%;
	}
	.agileits-map {
		top: 23%;
		left: 11%;
	}
	
	.w3-about-grids h4 {
		font-size: 1em;
	}
}
/* -- //Responsive code -- */


.nynav{background-color: #ccc; height: 50px; margin-top: 50px;}
.nynav {width: 100%; height: 50px; display: block; background: #EEEEEE; line-height: 50px;}
.nynav li{list-style: none; list-style-type: none; width:163px; text-align: center; float:left; font-size:18px;}
.nynav li a{color:#333;}
.nynav li a.act{background-color: #001a71; color: #fff;  display: block;}
.nynav li a:hover{background-color: #001a71; color: #fff;  display: block}
@media(max-width:480px){
  .nynav li{width:100px;}
}

.nr-nav{background-color: #EEEEEE; width: 100%; height: 50px;  display: block; margin-top: 50px;}
.nr-nav a{line-height: 50px; color: #FFF; font-size: 18px; padding: 0px 30px; height: 50px; text-decoration: none; display: inline-block;}
.nr-nav span{line-height: 50px; color: #FFF; font-size: 18px; background-color: #001a71;display: inline-block;}
.nrnav{height: 40px; line-height: 40px; color:#001a71; font-size:16px;}
.nrnav a{text-decoration: none; background-color: #EEEEEE; color:#001a71; padding: 0px 10px; font-size:16px;}
.nr-nav a.act{ background-color: #001a71;}
.nr-nav a:hover{ background-color: #001a71; color:#fff; padding:0px 10px;}

.nyabout{font-size: 14px; line-height: 30px;  padding-top:20px; padding-bottom: 20px;}
.nyabout p{text-indent: 2em;}

.nr-product{font-size: 14px; padding-top: 30px; padding-bottom: 30px;}
.nr-product .tit-wz{ clear: both; line-height: 50px; text-align: center; font-size: 24px; font-weight: 700; color: #333;}
.nr-product .tit-wz span{width:100%; height: 1px; background-color: #999; display: block; margin:10px 0px 20px;}
.nr-product .content{font-size: 14px; line-height: 30px; color: #666;}
.nr-product .content img{max-width: 100%; margin:0 auto; display: block;}

.produclistfh { float:right; width:100%; height:50px; line-height:50px; background:#1958b9; font-size:18px; text-align:center; margin-top:50px; margin-bottom: 50px;}
.produclistfh a { color:#FFF}

.newsnr {
  width: 100%;
  margin: 20px auto;
  padding: 0px 0px 50px;
  font-size: 14px;
  line-height: 26px;
  color: #666;
}
.newsnr h1 {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #E6E6E6;
  color: #222;
  margin: 0px;
}
.newsnr .hist {
  color: #999;
  padding-top: 20px;
  font-size: 13px;
  font-style: italic;
}
.newsnr .xwnewsnr {
  font-size: 14px;
  line-height: 26px;
  padding-top: 28px;
  word-wrap: break-word;
  word-break: normal;
}
#news li {
  clear: both;
  margin-bottom: 40px;
  height: 160px;
  list-style:none
}
#news li a {
  display: block;
  width: 100%;
  height: 100%;
}
#news li a p.img {
  width: 220px;
  height: 160px;
  float: left;
  overflow: hidden;
  position: relative;
  border-radius: 0 10px 0 10px;
  background: url(images/news_img_bg.png) no-repeat center center;
}
#news li a p.img .img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  border-radius: 0 10px 0 10px;
}
#news li a p.img .bg {
  position: absolute;
  right: -220px;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0,0,0,0.4);
  z-index: 2;
  border-radius: 0 0 0 10px;
  transition: all ease 0.35s;
}
#news li a p.img .zoom {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  z-index: 3;
  transition: all 0.5s;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
#news li a .con {
  width: 880px;
  height: 159px;
  float: right;
  border-bottom: 1px solid #E6E6E6;
  position: relative;
}
#news li a .ntit {
  display: block;
  font-size: 16px;
  color: #333;
  padding: 10px 0 20px 0;
  transition: all 0.35s;
}
#news li a .txt {
  display: block;
  font-size: 13px;
  line-height: 180%;
  color: #999;
}
#news li a .click {
  font-size: 12px;
  display: block;
  padding-top: 20px;
  color: #BBB;
}
#news li a .click img {
  margin: -2px 0 0 8px;
}
#news li a:hover .tit, #news li a:active .tit {
  color: #D82633;
}
#news li a:hover p.img .bg, #news li a:active p.img .bg {
  right: 0;
}
#news li a:hover p.img .zoom, #news li a:active p.img .zoom {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
}
#newsback {
  display: inline-block;
  background: #FFF;
  padding: 10px 20px;
  font-size: 13px;
  float: right;
  margin: 2px;
  border-radius: 5px;
  transition: all ease 0.35s;
}
#newsback:hover, #newsback:active {
  color: #D82633;
  box-shadow: 5px 5px 10px rgba(0,0,0,0.08);
}

@media(max-width:1200px){
  #news li a .con{width:700px;}
}
@media(max-width:992px){
  #news li a .con{width:480px;}
  #news li a .txt{max-height: 50px;}
}
@media(max-width:480px){
  .mainny .newsnr{padding-top: 0px;}
  #news li a p.img{display: none;}
  #news li a .con{width:100%;}
  #news li{height: auto;}
  #news li a .con{height:auto;}
  #news li a .txt{max-height: 160px;}
  .newsnr{padding-bottom:10px;}
  .newsnr h1{font-size: 16px;}
}

.newsnr .newspage{
  padding-top: 15px;
  padding-bottom: 15px;

}
.newsnr .newspage span{
  border-bottom: 0px solid #949494;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.newsnr .newspage .span1{
  width:100%
 
}
.newsnr .newspage .span2{
 width:100%
}
.newsnr .newspage span a{
  color: #666;
  font-size: 14px;
  font-family: "å¾®è½¯é›…é»‘";
  text-decoration: none;
}
@media(max-width:480px){
  .newsnr .newspage .span1{float:none;}
  .newsnr .newspage .span2{float:none;}
}


.pagination {
  float:left;
  text-align:center;
  width:100%;
  margin:20px 0;
  position:relative;
  overflow:hidden;}
.page {
  display:inline-block;
  font: 16px/28px "微软雅黑", Tahoma, "宋体";
  *display:inline;
  :1;
  *zoom:1;}
.page span {
  float:left;}
.page a,
.page span.disabled {
  background:#FFF;
  border:1px solid #CCC;
  color:#333;
  float:left;
  font: 16px/24px "微软雅黑", Tahoma, "宋体";
  height:32px;
  margin-right:5px;
  min-width:15px;
  padding:4px 8px;
  text-align:center;
  vertical-align:middle;
  white-space:nowrap;
  _width:15px;}
.page a:hover {
  border:1px solid #1958B9;
  color:#1958B9;
  text-decoration:none;}
.page span.disabled {
  background:#FFF;
  border:1px solid #CCC;
  color:#CCC;}
.page span.ellipsis {
  float:left;
  font: 16px/24px "微软雅黑", Tahoma, "宋体";
  line-height:22x;
  margin-right:5px;}
.page .page_txt {
  line-height:20px;
  float:right;
  width:auto;}
.page a.page-curpage {
  background:#1958B9;
  border:1px solid #1958B9;
  color:#FFF;
  font-weight:bold;}
.page input {
  font: 14px Verdana;
  padding:0 0 0 1px;
  width:40px;
  height:14px;
  height:14px;}


.about-t1 ul li{
	width: 540px;;
	float: left;
	
}
@media(max-width:992px){
   .about-t1 ul li{
    width: 100%;
    float: left;
  }
  .about-t1 ul li img{max-width: 100%;}
}
@media(max-width:640px){
  .about-t1 ul li{
    width: 100%;
    float: left;
  }
  .about-t1 ul li img{max-width: 100%;}
}

.about-t1 ul li img{
	width: 540px;;
	float:right;
	
}
.about-t1 ul{
	list-style-type:none;
}


.prolist{width:100%;}
.prolistleft {
  background:#FFF;
  float:left;
  width:260px;
  position:relative;
  overflow:hidden;}
.prolistleft .tit {
  background:url(../images/col-bg.png) no-repeat center bottom;
  float:left;
  width:260px;
  padding-bottom:10px;}
.prolistleft .tit h3 {
  color:#333;
  display:block;
  float:left;
  font-weight:normal;
  font-size:18px;
  text-indent:10px;
  line-height:45px;
  height:45px;
  position:relative;
  overflow:hidden;}
.prolistleft .tit span {
  color:#CCC;
  display:block;
  font-family: "Book Antiqua";
  font-size:18px;
  line-height:45px;
  float:left;
  height:45px;}
.prolistleft .productClass {
  float:left;
  width:260px;}
.prolistleft .productClass ul {
  float:left;
  width:230px;
  padding:10px 15px;}
.prolistleft .productClass ul li {
  list-style-type:none;
  border-bottom:#000 1px dashed;
  float:left;
  line-height:28px;
  width:210px;
  margin-top:5px;
  padding:0 0px 0 10px;
}
.prolistleft .productClass ul li.active {
  /*background:#4975CC;
  border:none;*/
  color:#2449A4;}
.prolistleft .productClass ul li a{color:#666;}
.prolistleft .productClass ul li.active a,
.prolistleft .productClass ul li.active a:hover {
  color:#2449A4;}



.prolistright{width:75%; float:left;}

@media(max-width:640px){
  .prolistright{width:100%; float:left;}
}
.nyabout img{max-width: 100%;}

















